From ec15d20abac65bfda6c8e6396ce9fc2061f5067a Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Wed, 24 Apr 2024 14:52:57 +0100 Subject: ui(web): Show bookmark URL when maximizing a bookmark --- apps/web/app/dashboard/@modal/[...catchAll]/page.tsx | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 apps/web/app/dashboard/@modal/[...catchAll]/page.tsx (limited to 'apps/web/app/dashboard/@modal/[...catchAll]') diff --git a/apps/web/app/dashboard/@modal/[...catchAll]/page.tsx b/apps/web/app/dashboard/@modal/[...catchAll]/page.tsx new file mode 100644 index 00000000..1fd97c20 --- /dev/null +++ b/apps/web/app/dashboard/@modal/[...catchAll]/page.tsx @@ -0,0 +1,3 @@ +export default function CatchAll() { + return null; +} -- cgit v1.2.3-70-g09d2